home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_6 / write473.lha / WRITE / Module / PREFS.MENU < prev    next >
Text File  |  1995-05-22  |  398b  |  30 lines

  1. /*
  2.  *   $VER: PREFS.MENU 4.0039 (22-Mai-95)
  3.  */
  4.  
  5. VERSIONCHECK 40000 "PREFS.MENU"
  6.  
  7.  
  8. MENU "Einstellungen"
  9.  
  10. ITEM "Globale Einstellungen ..." "-"
  11.   GPREFS ;
  12.  
  13. ITEM "Einstellungen ..." "+"
  14.   PREFS ;
  15.  
  16. ITEM "Modul-Einstellungen ..." "\\"
  17.   MODULEPREFS;
  18.  
  19. ITEM "Font ..." ""
  20.   GETFONT;
  21.  
  22. ITEMBAR
  23.  
  24. ITEM "Zeige Konfiguration ..." ""
  25.   GETFILE _CONFIGPATH "#?.config" 
  26.   NEWED ""
  27.   WINDOW 0 0 0 0 
  28.   OPEN _RS ;
  29.  
  30.